Naanou.LookupService
Class QuerySync

Field Summary
bool completed
System.Exception e
long queryStart
System.Collections.ArrayList resultSets
bool started
int TIMEOUT_SECONDS

Constructor Summary
QuerySync(Naanou.Common.Search.SearchQuery sq, Naanou.Common.BasicAddress localAddress, string serial, Naanou.LookupService.Node node)

Method Summary
void OnQueryProgress(Naanou.Common.Search.SearchResultSet result, bool completed)
Naanou.Common.Search.SearchResultSet[] Result()

Methods inherited from class System.Object
Equals, Finalize, GetHashCode, GetType, MemberwiseClone, ToString


Field Detail

completed

private bool completed


e

private System.Exception e


queryStart

private long queryStart


resultSets

private System.Collections.ArrayList resultSets


started

private bool started


TIMEOUT_SECONDS

private int TIMEOUT_SECONDS

Constructor Detail

QuerySync

public QuerySync(Naanou.Common.Search.SearchQuery sq,
                 Naanou.Common.BasicAddress localAddress,
                 string serial,
                 Naanou.LookupService.Node node)

Method Detail

OnQueryProgress

private void OnQueryProgress(Naanou.Common.Search.SearchResultSet result,
                             bool completed)


Result

public Naanou.Common.Search.SearchResultSet[] Result()